home *** CD-ROM | disk | FTP | other *** search
/ Motor Sport Digital Archive Collection 1960s / Motor Sport Digital Archive Collection 1960s.iso / main.swf / scripts / mx / core / IMXMLObject.as < prev    next >
Encoding:
Text File  |  2008-05-21  |  136 b   |  9 lines

  1. package mx.core
  2. {
  3.    public interface IMXMLObject
  4.    {
  5.       function initialized(param1:Object, param2:String) : void;
  6.    }
  7. }
  8.  
  9.